home *** CD-ROM | disk | FTP | other *** search
/ Word Perfect Main Street: Paper Planes / WordPerfect Main Street - Paper Planes.iso / mac / p21-24 / 00010_Script_10 < prev    next >
Text File  |  1994-07-31  |  340b  |  12 lines

  1. on exitFrame
  2.   global Plane
  3.   -- when we're done, free up space and then restore the last quicktime movie
  4.   unLoadCast ("P" & string(Plane) & ".PATH")
  5.   unLoadCast ("P" & string(Plane) & ".FIRST")
  6.   unLoadCast ("P" & string(Plane) & ".LAST")
  7.   
  8.   cursor 4
  9.   global LastQT
  10.   preLoadCast the number of cast LastQT
  11.   restoreUI()
  12. end